ComponentOne Xamarin Edition
FilterAsync Method (C1CursorCollectionView<T,K>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : FilterAsync Method
The filter expression applied to the data.
Filters the data using specified filterExpression.
Syntax
[AsyncStateMachine(C1.CollectionView.C1CursorCollectionView`2+d__31[T,K])] 
public Task FilterAsync( 
   FilterExpression filterExpression 
)

Parameters

filterExpression
The filter expression applied to the data.
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members